home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / pack2.dir / 00036.ls < prev    next >
Encoding:
Text File  |  1995-12-30  |  1.3 KB  |  37 lines

  1. on enterFrame
  2.   global mydatebase, numb
  3.   set the visible of sprite 5 to 0
  4.   getpac("PACD.PIC")
  5.   getphoto("MOVPHOTOD.PIC")
  6.   getpulo("PULOD.PIC")
  7.   set the visible of sprite 30 to 0
  8.   puppetSprite(30, 0)
  9.   put item 1 of line numb of mydatebase into field "テ嘘テ[テ栄"
  10.   if item 11 of line numb of mydatebase <> 0 then
  11.     put item 2 of line numb of mydatebase into field "テ運テ韻テ曳テ嘉」"
  12.     put item 11 of line numb of mydatebase into field "ティテウテウDテアツコ"
  13.   else
  14.     put item 2 of line numb of mydatebase into field "テ運テ韻テ曳テ嘉」"
  15.   end if
  16.   set the textSize of field "テ運テ韻テ曳テ嘉」" to 18
  17.   set the textFont of field "テ運テ韻テ曳テ嘉」" to "osaka mono"
  18.   set the textSize of field "ティテウテウDテアツコ" to 18
  19.   set the textFont of field "ティテウテウDテアツコ" to "osaka mono"
  20.   put item 4 of line numb of mydatebase into field "テ「テクテ、i"
  21.   put item 5 of line numb of mydatebase into field "テゥテサテ、窶"
  22.   put item 8 of line numb of mydatebase into field "テ・テゥ"
  23.   put item 9 of line numb of mydatebase into field "テャツイ"
  24.   set the textFont of field "テ「テクテ、i" to "osaka mono"
  25.   set the textFont of field "テゥテサテ、窶" to "osaka mono"
  26.   set the textFont of field "テ・テゥ" to "osaka mono"
  27.   set the textFont of field "テャツイ" to "osaka mono"
  28.   put makenai() into field "テャ窶。テウe"
  29.   set the textFont of field "テャ窶。テウe" to "osaka mono"
  30.   updateStage()
  31. end
  32.  
  33. on exitFrame
  34.   puppetSound(0)
  35.   updateStage()
  36. end
  37.